.hm-content-wrapper {
  display: flex;
  flex-direction: column;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.84rem;
}
.hm-content-wrapper .swiper-container1 .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.hm-content-wrapper .swiper-container1 .swiper-wrapper .swiper-slide {
  width: 2.1rem;
  text-align: center;
  font-size: 0.25rem;
  padding-bottom: 0.14rem;
  margin-bottom: 0.32rem;
}
.hm-content-wrapper .swiper-container2 {
  padding: 0 0.5rem;
}
.hm-content-wrapper .swiper-container2 .swiper-wrapper {
  width: 7rem;
}
.hm-content-wrapper .list_main {
  display: flex;
  flex-direction: column;
  width: 6.5rem;
  height: 5.5rem;
  background: #F7F7F7;
  border-radius: 0.28rem;
  padding: 0.4rem 0.45rem 0.56rem 0.45rem;
}
.hm-content-wrapper .list_main li {
  position: relative;
  margin-bottom: 0.3rem;
  line-height: 0.15rem;
}
.hm-content-wrapper .list_main li::before {
  position: absolute;
  left: -0.25rem;
  top: 0.28rem;
  content: '·';
  font-size: 0.5rem;
  color: #FF5A27;
}
.hm-content-wrapper .list_main li a {
  display: inline-block;
  width: 5.5rem;
  padding-top: 0.25rem;
  height: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.25rem;
  color: #666666;
}
